Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-76799 | IISW-SI-000215 | SV-91495r3_rule | Medium |
Description |
---|
IIS 8.5 will either allow or deny script execution based on file extension. The ability to control script execution is controlled through two features with IIS 8.5, “Request Filtering” and "Handler Mappings". For "Request Filtering", the ISSO must document and approve all allowable file extensions the website allows (white list) and denies (black list) by the website. The white list and black list will be compared to the "Request Filtering" in IIS 8. "Request Filtering" at the site level take precedence over "Request Filtering" at the server level. |
STIG | Date |
---|---|
IIS 8.5 Site Security Technical Implementation Guide | 2020-06-05 |
Check Text ( C-76455r5_chk ) |
---|
For Handler Mappings, the ISSO must document and approve all allowable scripts the website allows (white list) and denies (black list). The white list and black list will be compared to the Handler Mappings in IIS 8.5. Handler Mappings at the site level take precedence over Handler Mappings at the server level. Open the IIS 8.5 Manager. Click the site name under review. Double-click "Handler Mappings". If any script file extensions from the black list are enabled, this is a finding. |
Fix Text (F-83495r4_fix) |
---|
Open the IIS 8.5 Manager. Click the site name under review. Double-click "Handler Mappings". Remove any script file extensions listed on the black list that are enabled. Select "Apply" from the "Actions" pane. |